.fullSlide {
	position: relative;
	/* background: #000; */
	margin: 0 auto;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li{position:relative;}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}

.fullSlide .hd {
	position: absolute;
	z-index: 1;
	/* margin-top: -30px; */
	height: 30px;
	right: 20%;
	bottom: 30px;
	line-height: 30px;
	text-align: center;
	/* background:#000; */
	/* 	filter: alpha(opacity=0);
	opacity: 0; */
}

 .fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
		.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin:5px; background: url(../img/dot2.png) no-repeat center; overflow:hidden; 
			font-size:0;
		}
.fullSlide .hd ul .on {
	width:60px;
	background: url(../img/dot1.png) no-repeat center;
}

.fullSlide .prev,
.fullSlide .next {
	z-index: 1;
	display: block;
	width: 30px;
	height: 55px;
	position: relative;
	margin: -20% 0 0 3%;
	float: left;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.fullSlide .next {
	float: right;
	margin-right: 3%
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
	filter: alpha(opacity=80);
	opacity: 0.8
}